projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccb7e7
)
Fix a comment.
author
Tom Tromey
<tromey@redhat.com>
Wed, 3 Jul 2013 18:19:11 +0000
(12:19 -0600)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 3 Jul 2013 18:19:11 +0000
(12:19 -0600)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 1892c5f959c1f16a6581a0107e0e2360119364b3..7a8823e6bac8483b14210bc24012c2f94d737cb2 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2258,8
+2258,8
@@
struct specbinding
struct {
/* `where' is not used in the case of SPECPDL_LET. */
Lisp_Object symbol, old_value, where;
- /* Normally this is unused; but it is
to the symbol's current
- value when a thread is swapped out. */
+ /* Normally this is unused; but it is
set to the symbol's
+
current
value when a thread is swapped out. */
Lisp_Object saved_value;
} let;
struct {